home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000249_news@newsmaster….columbia.edu _Wed Feb 18 19:22:25 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA10242
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 18 Feb 1998 19:22:24 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id TAA12178
  7.     for kermit.misc@watsun; Wed, 18 Feb 1998 19:22:23 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Getting a "Can't Open File" Msg
  12. Date: 19 Feb 1998 00:22:21 GMT
  13. Organization: Columbia University
  14. Lines: 18
  15. Message-ID: <6cftvt$p48$1@apakabar.cc.columbia.edu>
  16. References: <34EB6F76.837D5405@falcon.kla-tencor.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8439
  19.  
  20. In article <34EB6F76.837D5405@falcon.kla-tencor.com>,
  21. Chris Pinkard  <cpinkard@falcon.kla-tencor.com> wrote:
  22. : When I connect from K95 to a DOS box, running MS-Kermit 3.14, patch
  23. : level 0, the DOS box is always telling me "Can't open file" whenever I
  24. : try to do a receive or when I put it in server mode and do a send from
  25. : K95.
  26. : The other DOS system I have doesn't do this.  Note that I can put the
  27. : DOS box in server mode, and do a GET from K95 with no problem.  The
  28. : file and comm parameters seem to be completely compatible.
  29. : any ideas?
  30. It sounds like you are trying to send a file to a DOS disk that is
  31. (a) write-protected or (b) full.  There are, of course, other possible
  32. explanations, but these are the most likely.
  33.  
  34. - Frank